Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,155,510 members, 7,826,936 topics. Date: Monday, 13 May 2024 at 11:43 PM

Introduction To HTML, The Concepts Of HTML With Example With Video. - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Introduction To HTML, The Concepts Of HTML With Example With Video. (944 Views)

Understanding The Concepts Of View, State, Props, Lifecycle & Component In React / Simple Websocket Example With Nodejs / Learn Html With 360ng (1) (2) (3) (4)

(1) (Reply)

Introduction To HTML, The Concepts Of HTML With Example With Video. by binoosmart(m): 12:43pm On Mar 22, 2017
1 What is HTML
HTML stands for HyperText Markup Language that is used to write web pages and build Websites. It has the ability to bring together text, pictures, sounds, video and links all in one place! HTML files are plain-text files, so they can be edited using standard editors such as notepad and wordpad and thery are stored with the extensions .html, .htm or .shtml. A webpage written in HyperText Markup Language can be viewed using browsers such as Mozilla Firefox , Google’s Chrome, Safari, Opera ,IE and more. The reason why HyperText Markup Language is the standard formatting tool for WWW is that it is cross platforms, meaning that it can be viewed through different types of computers and mobile devices with different operating system such as the Mainframes, Apple computers, the UNIX system ,the popular IBM compatible PCs, smart phones and tablets running on Android OS, Apple IOS, Microsoft’s windows phone and more. It is sort of a common Internet language. The newest version is HTML5.

2 HTML Structure
An HTML ( HTML5) document is divided into two parts, the head and the body. The head of the document contains the document’s title and other information, and the body contains the contents and everything else. The body is the larger part of the document, as the body of a letter you would write to a friend would be. Elements are used to describe and format an HTML document, each element describes different document content. An example of an element is <head>, which comprises and open tag written as <head>, its content and an end tag written as </head>. An HTML document must always begin with a <!DOCTYPE html> . DOCTYPE is a declaration that defines the document type. We will discuss tags in more details in next two lessons.

Example:

<!DOCTYPE html>
<html> <head><title>H T M L Tutorial</title>
<meta http-equiv=”Content-Language” content=”en-us“>
<meta name=”description” content=”Welcome to HTML Tutorial”>
<meta name=”Author” content=”Mr. Yakubu Binuyaminu“>
<meta name=”GENERATOR” content=”ICICT“>
<link rel=”stylesheet” type=”text/css” href=”styles_vb6.css“/>
</head>
<body><h1>Introduction to HyperText Markup Language</h1> HyperText Markup Language, is the language of the World Wide Web. Web sites and web pages are written in …………………………………………..
……………………………………………….
</body> </html>

try it your self for the video click http://icict..com.ng/2017/03/introduction-to-html-concepts-of-html.html

(1) (Reply)

Learn How To Build Java Fx And Java Swing Software / Learn To Code Port Harcourt Project / Html,css,php And Mysql Learning Software

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 11
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.