Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,250 members, 7,818,866 topics. Date: Monday, 06 May 2024 at 06:55 AM

HTML Basic Examples - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / HTML Basic Examples (357 Views)

Basic SEO Tips And Guidelines For Blog In 2022 - Tuplea / How To Conduct Basic Keyword Research For Your Website And Blog - 4 Steps / Ways To Make Money Online In 2018 With Reasonable Examples (2) (3) (4)

(1) (Reply)

HTML Basic Examples by samueldloverboy(m): 8:20pm On Apr 17, 2018
Don't worry if these examples use tags you have not learned.

You will learn about them in the next chapters.

HTML Documents

All HTML documents must start with a document type declaration: <!DOCTYPE html>.
The HTML document itself begins with <html> and ends with </html>.
The visible part of the HTML document is between <body> and </body>.

Example
<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>


HTML Headings
HTML headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the least important heading:

Example
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>

Continue Reading ===> http://www.infotechblog.com.ng/2018/04/html-basic-examples.html#more

(1) (Reply)

How To Record Your Computer Screen Using VLC Media Player / Please, Help I Can't Open My Email / 2010 Facebook Account For Sale

(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. 7
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.