Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Summary

Summary Web Technologies html

Rating
-
Sold
-
Pages
1
Uploaded on
03-09-2023
Written in
2022/2023

This text file is probably related to web technologies and HTML, as indicated by the filename. It contains information related to HTML in the context of web technologies.

Institution
OCR
Module
H446

Content preview

Web technogies HTML
Html - structural layer(how text / images structured on screen)
CSS - presentation layer- how text & images are presented on screen
Javascript - allows users interact with content

<html> defines what language the page is... </html>
open a tag..... ...close tag

<head> any background info (meta data) goes here </head>

<title> title of the webpage (shown in window title bar)goes insode the head<title>

<link> rel="styleseet"type="text/css" href="myStylefile.css">
links import e.g external CSS stylesheets to be used in the whole page

<body> all page content (anything visible) goes here </body>

<h1> Headings for a page come in different sizes 1 to 6 <h1>
<h2> a subheading might be a bit smaller <h2>

<img src="https://www.w3.org/html... etc alt="HTML IMage" height=150 width=130>
for images, the source (src) is either weblink or within the root folder
can specify alternative text (alt) / dimensions

<a href-"http://www.bbc.co.uk?">
to add hyperlink use <a> (anchor) tag. It will become clickable

<p> this is a parragraph tag it adds a space after </p>

<ul>
<li>Item 1</li>
<li>Item 2</li>

</ul>

unordered list (bullet points) contains items <li>

Ordered list (numbered) use <ol> tags still with <li>

To divide page up using colours for example, use <div> tags

<div style="background-color: aqua"> </div>

<form>
<h1>Enter your name below</h1>
<input id="input" type ="text" name="alue">
<br>
<button type="button" onclick="runFunction()"> submit</button>
</form>

Can add objects eg input boxes, buttons inside ,form. tags.
thesea re visual aobjects... to make interactive need to call
Javascript function

Document information

Uploaded on
September 3, 2023
Number of pages
1
Written in
2022/2023
Type
SUMMARY

Subjects

£6.39
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
Farquan

Get to know the seller

Seller avatar
Farquan The University of Nottingham
View profile
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
2 year
Number of followers
0
Documents
8
Last sold
-
STEM guru

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Frequently asked questions