0% found this document useful (0 votes)
3 views2 pages

Basic HTML

The document provides an introduction to HTML, covering its definition, structure, and essential components such as tags, attributes, and styles. It includes details on creating simple HTML documents, formatting text, working with images, and building forms. The content serves as a foundational guide for understanding and using HTML in web development.

Uploaded by

wasswalawrence18
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Basic HTML

The document provides an introduction to HTML, covering its definition, structure, and essential components such as tags, attributes, and styles. It includes details on creating simple HTML documents, formatting text, working with images, and building forms. The content serves as a foundational guide for understanding and using HTML in web development.

Uploaded by

wasswalawrence18
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Introduction to HTML

 Definition of HTML
 Simple HTML Documents
 HTML Tags
 Web Browsers
 HTML Page Structure

<!DOCTYPE html>
<html>
<head>
<title>
<body>
- <h1>
- <p>

HTML Tags
 HTML document
 HTML headings
 HTML paragraphs
 HTML links
 HTML images
 HTML buttons
 HTML lists

HTML Attributes
 The Title Attribute
 The href attribute
 The width and height attributes
 The alt attribute
 Style attribute

Working with HTML Paragraphs


 Paragraph tags
 The use of line breaks in HTML
 How to control the line breaks in HTML
 Background colour

Working with Images


 Adding images
 Adding inline images
 Title and Alt attribute

HTML Styles
 Background Colour
 Text Colour
 Text font
 Text size
 Text alignment

HTML Text Formatting


 Bold formatting
 Italic formatting
 Emphasised formatting
 Subscript formatting
 Superscript formatting
 Marked formatting
 Marked inserted
 Marked deleted
 Formatting abbreviations and acronyms

HTML Forms
 Form with text input
 Form with radio button input
 Form with text fields and a submit button

You might also like