Karsyn Kasper

September 13th, 2024

Summary 2

Topic #1: Techniques of HTML When creating a new HTML you really need to focus on the elements that define the layout of the entire page. CSS had four different techniques that include framework, float property, flex box, and grid. The most modern HTML techniques offer easy legibility amongst screens on many different devices.

Topic #2: Articles on HTML When working with articles in our HTML, we know it means separate information contained in one space. While working on my home page, I am able to get three separate columns of information using three separate articles.

Topic #3: Semantic or Cinematic? Semantic elements are clear on its meaning when it comes to the developer and the browser. There are such things as non-semantic elements which tell us nothing about its content, these include <div>, <span>. However, when working with semantic elements we see tags like <table>, <article>.