100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Summary notes on web technologies - HTML & CSS £4.39
Add to cart

Summary

Summary notes on web technologies - HTML & CSS

 0 purchase
  • Institution
  • OCR

Designed specifically for A-Level computer science students, this cheat sheet provides an essential overview of key concepts and techniques in HTML and CSS, including: Common HTML tags and attributes CSS selectors and properties Box model and layout Responsive design principles With clear an...

[Show more]

Preview 2 out of 7  pages

  • March 31, 2023
  • 7
  • 2022/2023
  • Summary
All documents for this subject (1)
avatar-seller
oliveroakes
A LEVEL COMPUTER
SCIENCE WEB
TECHNOLOGIES, HTML & CSS
CHEAT SHEET
This cheat sheet contains all the information required for A-level computer science AQA – Created by
previous student.


Basic structure
Foundations of your webpage
- Document Type Declaration (DTD): This is the very first line of an HTML document and it tells
the browser which version of HTML the document.
- Syntax for this line: <!DOCTYPE html> , which specifies that the document is written in
HTML5



- HTML TAG: The ‘<html>’ tag is the container for all the other HTML elements on the page. It
is the second line in a HTML document. All other tags are placed inside the ‘<html>’ tag.


Open tag Close tag
<html> </html >




- Head Tag: The ‘<head>’ tag contains metadata about the HTML document, such as the title,
author, and description. The metadata is not displayed on the web page itself but is used by
search engines and other tools to understand the content of the page.

, Open tag Close tag
<head> </head >


- Title tag: The title tag defines the title of the document, which appears in the browser tab
and in search engine results.


Open tag Close tag
<body> </body>




Building up the walls of your website
- Body Tag: The ‘<body>’ tag contains the actual content of the web page, such as text,
images, and links. The content inside the ‘<body>’ tag is what is displayed in the browser
window.

Open tag Close tag
<body> </body>


- H1 – h6: These tags define heads and subheading of varying sizes, with h1 being the largest
and h6 being the smallest.




Open tag Close tag
<h1> </h1>

- P: this tag defines a paragraph of text.




Open tag Close tag
<p> </p>


- Img: This tag is used to display images in the document. It requires a “src” attribute that
specifies the location of the image file.

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller oliveroakes. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for £4.39. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

65539 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy revision notes and other study material for 15 years now

Start selling
£4.39
  • (0)
Add to cart
Added