CTEC2712 Web application development

Unit: HTML basics

HyperText Markup Language is a core technology which provides the backbone of the web.

1
2
3
4
5
6
<p>
    <strong>H</strong>yper<strong>T</strong>ext
    <strong>M</strong>arkup
    <strong>L</strong>anguage
    is a core technology which provides the <em>backbone</em> of the web.
</p>

In this unit we will cover the main aspects of syntax, HTML document structure, accessibility considerations and search engine optimisation.

In this unit