This document provides an overview of HTML, CSS, and JavaScript for web design. It states that HTML contains the main content of web pages, CSS adds styling, and JavaScript adds interactivity. It then provides more details on each: HTML describes page structure using elements like headings and paragraphs; CSS controls layout and appearance across pages using external style sheets; and JavaScript programs dynamic page behavior.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
50 views
Web Design
This document provides an overview of HTML, CSS, and JavaScript for web design. It states that HTML contains the main content of web pages, CSS adds styling, and JavaScript adds interactivity. It then provides more details on each: HTML describes page structure using elements like headings and paragraphs; CSS controls layout and appearance across pages using external style sheets; and JavaScript programs dynamic page behavior.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9
Web Design
Hypertext Markup Language Web Design HTML — contain the main content of the page.
CSS — add styling to make the
page look nicer.
JS — Javascript files add
interactivity to web pages. HTML - Stands for Hypertext Markup Language - Is the standard markup language for creating Web pages - Describes the structure of a Web page - Consists of a series of elements - Elements tell the browser how to display the content - Elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. HTML Elements An HTML element is defined by a start tag, some content, and an end tag:
The HTML element is everything from the start
tag to the end tag: HTML Page Structure Example The <!DOCTYPE html> declaration defines that this document is an HTML5 document
The <html> element is the root element of an HTML page
The <head> element contains meta information about the HTML
page
The <title> element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab)
The <body> element defines the document's body, and is a
container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
The <h1> element defines a large heading
The <p> element defines a paragraph
CSS
- CSS stands for Cascading Style Sheets
- CSS describes how HTML elements are to be displayed on screen, paper, or in other media - CSS saves a lot of work. It can control the layout of multiple web pages all at once - External stylesheets are stored in CSS files CSS Styling
CSS is used to define styles for your web pages,
including the design, layout and variations in display for different devices and screen sizes. Javascript
Web Development for beginners Learn HTML CSS Javascript step by step with this Coding Guide Programming Guide for beginners Website development 1st Edition Mastery instant download
Web Development for beginners Learn HTML CSS Javascript step by step with this Coding Guide Programming Guide for beginners Website development 1st Edition Mastery download