About HTML


HTML is used to create web pages that start by writing down the words you want to appear on your page. You then add tags or elements to the words so that the browser knows what is a heading or where a paragraph begins and ends

CSS


CSS uses rules to enable you to control the styling and layout of web pages. We then go on to look at the wide variety of CSS properties you can use in your CSS rules. These properties generally fall into one of two categories

Structure


The structure is very similar when a news story is viewed online This illustrated on the right with a copy of a newspaper alongside the corresponding article on its website.

About Attributes


Attributes provide additional information about the contents of an element

About Extra Markup


we will focus and learn about:

DOCTYPEs

DOCTYPEs each web page should begin with a DOCTYPE declaration to tell a browser which version of HTML the page is using

Comments in HTML

If you want to add a comment to your code that will not be visible in the user’s browser, you can add the text between these characters:


Block Elements

Block Elements

Some elements will always appear to start on a new line in the browser window. These are known as block level elements

Inline Elements

As I said above in the inline picture like: a b en img (in tags) Some elements will always appear to continue on the same line as their neighbouring elements. These are known as inline elements##

IFrames

An iframe is like a little window that has been cut into your page and in that window you can see another page The termiframe is an abbreviation of inlineframe


HTML5 Layout

HTML5 is introducing a new set of elements that help define the structure of a page

## Layout Elements HTML5 introduces a new set of elements that allow you to divide up the parts of a page. The names of these elements indicate the kind of content you will find in them

Headers & Footers


Process & Design

This section discusses a process that you can use when you are creating a new website Target Audience: Companies

Why People Visit YOUR Website;

  1. you need to consider why they are coming. While some people will simply chance across your website, most will visit for a specific reason

  2. What Information Your Visitors Need: You know who is coming to your site and why they are coming, so now you need to work out what information they need in order to achieve their goals quickly and effectively.

  3. Some sites benefit from being updated more frequently than others, while other content remains relatively static.

  4. Site Map: Example :

WireFrames

A wireframe is a simple sketch of the key information that needs to go on each page of a site. It shows the hierarchy of the information and how much space it might require.

What we must learn as a 102 students?

  1. It’s important to understand who your target audience is, why they would come to your site, what information they want to find and when they are likely to return.
  2. Site maps allow you to plan the structure of a site.
  3. Wireframes allow you to organize the information that will need to go on each page.
  4. Design is about communication. Visual hierarchy helps visitors understand what you are trying to tell them.
  5. You can differentiate between pieces of information using size, color, and style.
  6. You can use grouping and similarity to help simplify the information you present.

============================================================================

About JAVASCRIPT

WRITING A SCRIPT

WEB BROWSERS

ARE PROGRAMS BUILT USING OBJECTS THE DOCUMENT OBJECT REPRESENTS AN HTML PAGE **Using the document object, you can access and change what content users see on the page and respond to how they interact with it

HOW A BROWSER SEES A WEB PAGE

1: RECEIVE A PAGE AS HTML CODE

  1. CREATE A MODEL OF THE PAGE AND STORE IT IN MEMORY
  2. USE A RENDERING ENGINE TO SHOW THE PAGE ON SCREEN

HOW HTML, CSS, & JAVASCRIPT FIT TOGETHER

LINKING TO A JAVASCRIPT FILE FROM AN HTML PAGE

When you want to use JavaScript with a web page, you use the HTML script> element to tell the browser it is coming across a script, Its s re attribute tells people where the JavaScript file is stored

PLACING THE SCRIPT IN THE PAGE

You may see JavaScript in the HTML between opening tags (but it is better to put scripts in their own files).

==========================================

Thx for reading :heart::heart::heart:

==========================================

Table of content Link

Table Of Content