SBD 3 – MA1 Semantic html

Facebook
Twitter
LinkedIn

In html5, many elements have semantic meaning, which makes it easier to understand what the different sections in the html document is about. It also makes it easier for screen readers and other assistive technologies to identify various elements of a page.

Examples of semantic html elements are: header, section, nav, article footer, main, p, headings h1 to h6, aside, ul, ol and more. The element DIV is not a semantic element, but sometimes you still have to use it.

I have created a document where I use some of these elements. This is the result. Visually it is not nice, since no stylesheet is attached (yet), but this is how a screen reader renders the page, and in the matter, the page is fine.

The code required to make this is like this. I use Visual Studio Code to do my coding.

More to explorer

GD4 MA1 Suprematism and Constructivism

In the early 1900, suprematism (1915-1930) and constructivism emerged in Russia. Artist in Russia found their country in turmoil with both WW1 and the Russian Revolution.

SBD3 CA Hans & Helga burgers

This is the course assignment for Screen Based Design 3 (SBD3 CA). I chose to make a menu for Hans & Helga.

SBD3 MA3 Layout

This weeks task is to recreate a layout, and so I did. The result The next task was to use flex-box and grids to create a layout. I tried to