0% found this document useful (0 votes)
13 views

Web Development FrontEnd HTML and Css Outline Courses

The document outlines the topics that will be covered in HTML and CSS courses. The HTML course covers HTML elements and tags, attributes, formatting, comments, colors, links, images, tables, lists, classes, IDs, iframes, forms, and file paths. The CSS course covers CSS syntax, selectors, adding CSS, colors, backgrounds, borders, margins, padding, height/width, text, fonts, icons, links, lists, positions, z-index, floats, align, and opacity.

Uploaded by

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

Web Development FrontEnd HTML and Css Outline Courses

The document outlines the topics that will be covered in HTML and CSS courses. The HTML course covers HTML elements and tags, attributes, formatting, comments, colors, links, images, tables, lists, classes, IDs, iframes, forms, and file paths. The CSS course covers CSS syntax, selectors, adding CSS, colors, backgrounds, borders, margins, padding, height/width, text, fonts, icons, links, lists, positions, z-index, floats, align, and opacity.

Uploaded by

joshua oderinde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 7

Html Courses Outline.

· Html Introduction:
1. The Html Element.
2. The Doctype Element.
3. The Head, Html and Body Element.

· Html Basics:

4. The Doctype Declaration.

5. Html Headings, Paragraphs, Html Links, Html Images.

6. How to View HTML Source.

· Html Attributes.

7. The "href", "src", "width and height atrribute for


images", "alt", "style", "lang", "title",.

· The Html Style Attribute.


8. The style Attribute.

9. Background Color, Fonts, Text Color, Text Alignment.

· Html Formatting Elements.

10.<b> - Bold text

11.<strong> - Important text

12.<i> - Italic text

13.<em> - Emphasized text

14.<mark> - Marked text

15.<small> - Smaller text

16.<del> - Deleted text

17.<ins> - Inserted text

18.<sub> - Subscript text

19.<sup> - Superscript text

· Html Comments.
· Html Colors:

20.Color names, Background Colors, Text Colors, Border


colors, Color Values.

· Html CSS:

21.What is CSS?

22.Inline, Internal and External Css.

· Html Links:

23.HTML Links - Syntax.

24.HTML Links - The target Attribute: The "_self",


"_blank", "_parent", "_top".

25.HTML Links - Use an Image as a Link.

26.Link to an Email Address.

27.Button as a Link - <button


onclick="document.location='default.asp'">HTML
Tutorial</button>.
28.Link Titles.

· Html Images.

29.HTML Images Syntax - The "src" and "alt" attribute.

30.Image Size - Width and Height.

· Html Favicon

<title>My Page Title</title>

<link rel="icon" type="image/x-icon"


href="/images/favicon.ico">

· Tables:

· Html Lists:

31.Unordered and Ordered Lists.

32.Description Lists.

· Html Classes.

33.Using The class Attribute.


· Html Id.

34.Using The ID Attribute.

35.Difference Between Class and ID - A class name can be used


by multiple HTML elements, while an id name must only be used by one
HTML element within the page:

· Html Iframes.

· Html Javascripts.

· Input types.

· Form.

· Html File Paths.

CSS Courses Outline

· CSS introduction: What Is Css?

· CSS Syntax.

· CSS Selectors.
· How To Add CSS.

· CSS Comments.

· CSS Colors.

· CSS Backgrounds.

· CSS Borders.

· CSS Margins.

· Padding.

· CSS Height/Width.

· CSS Text.

· CSS Fonts.

· CSS Icons.

· CSS Links.

· CSS Lists.

· CSS Positions.
· CSS Z-Index.

· CSS Floats.

· CSS Align.

· CSS Opacity.

You might also like