Тёмный

Dreamweaver Worked Exercises (1)- Cambridge ICT IGCSE 0417 Web Design 

Nicos Paphitis
Подписаться 11 тыс.
Просмотров 3,6 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
@network54waff
@network54waff 6 месяцев назад
Hey, when we are setting our dimensions for the tables after merging rows and columns, under height and width, can we just write height = "20%" because in the mark scheme they use in line style so something like style="height = 20%". Does it matter which format we use for inside the td tag? Thanks
@paphitisn
@paphitisn 6 месяцев назад
If the question paper does not specify for you to add inline styles then you dont have to. If it says that you make the table asper the diagram and dimenssions then the html attributes are fine.
@network54waff
@network54waff 6 месяцев назад
@paphitisn thanks so much for the quick reply, knew I can rely on you! Take care
@hannweoo291
@hannweoo291 Год назад
THANK YOU SO SO MUCH sir. I've got to know the things that I've never knew.
@paphitisn
@paphitisn Год назад
That's fantastic. I am glad it helped you. Thanks for the feedback
@彗鑫
@彗鑫 Год назад
18:40 sir do we have to put the alt there? because I don't think I saw it on your instruction paper
@paphitisn
@paphitisn Год назад
if the paper requests that you add alternative text then you must put alt text. If it does not request it then you do not have to. In this paper in question 7 it says to add alternative text. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-wwMHGweShVs.html
@彗鑫
@彗鑫 Год назад
@@paphitisn appreciate you sir
@Yara-fs5ej
@Yara-fs5ej Год назад
I don’t really understand “no HTML” part in the question... 5:03 but here we chose new html and not css..
@paphitisn
@paphitisn Год назад
yes because we are creating the webpage so Html. The css code effects how the objects of a a html webpage is displayed. The html code is the webpage with the data contained in the web page. Think of the html as a powerpoint slide in a presentation and the css as the master slide in a powerpoint. The slide contains the data and the structure of the slide and the master slide effects how that content is displayed (font format, background, lists etc..)
@Yara-fs5ej
@Yara-fs5ej Год назад
@@paphitisn YOURE THE BEST , MISTERRRRRR NICOSSSSSS SJSBRJUSVEJDHWJDUSJ I FINISHED THE EXAM 20 MINUTES BERFORHAND OKLY THANKS TO YOU AND IT WAS SO EASY THE TEACHER TOLD ME I WAS THE ONLY ONE TO USE DREAMWEAVER AND I SAW OTHERS STILL WORKING WHEN I WAS REVISING THANK YOUUUUUU
@paphitisn
@paphitisn Год назад
@@Yara-fs5ej i am soooooo proud of you. WELL DONE! you put in sooo much effort and work for the exam. All the congrats to you. Maybe you can take a break from listening ot my voice :)
@Yara-fs5ej
@Yara-fs5ej Год назад
@@paphitisn jokes on you , you are my closest friend now imma listen to your voice more often to make sure Cyprus is just as sunny as it is now BUT OMG THANK YOU SO MUCH FOR BEING PROUD OF ME I AM ABOUT TO CRY 🥺❤️❤️❤️
@Iamsooosmart
@Iamsooosmart Год назад
at 9:32(vid time) isn't the height supposed to be 40% and not the width?
@faresabusnaina4694
@faresabusnaina4694 Год назад
yea ur right he mixed them up
@pcmlover8979
@pcmlover8979 Год назад
Sir for this paper the mark scheme states that all the widths, heights of td should be style = "width:20%" or style="height:25px" and not height = "25px" but you've done without defining style. Which is correct, and if we use this will our marks get cut?
@paphitisn
@paphitisn Год назад
You must define as it is stated or you will lose marks. Height=25px defines a fixed height of 25 pixels. 25% means that the cell height will be relative to the table height. So it will be 25% of the total height of the table. The bigger the table in height the bigger that cell becomes. With pixels it will always be 25 pixels high irrespective of the rest of the table.
@pcmlover8979
@pcmlover8979 Год назад
@@paphitisn Ok, so should we code it as height = 25% or style=height:25%
@paphitisn
@paphitisn Год назад
@@pcmlover8979 i use height="25%" as this is what is in the marksheets
@Yara-fs5ej
@Yara-fs5ej Год назад
26:20 they mentioned the “no html” part again 😓😓😓
@paphitisn
@paphitisn Год назад
This simply means that you do not add the css code in the html document but instead create a css document which will be linked to the Html document. if we add css code like the to be a font color of red in the html document code then that would work but it will only change the color of the text in that html document (webpage), this is known as inline styles as it is inline of the html document. If you have other web pages with text they will not be red. If we create a css document which states that is red, and we link the css to all our webpages then every web page (html document) which is linked with the css document will display the text in red. If we change the the color of in the css from red to blue, then all the web pages linked to the css will display in blue. the reason they say no html code is to make sure you do not set the styles in the html code but instead create a css document with the styles. hope that is clear.
@Yara-fs5ej
@Yara-fs5ej Год назад
@@paphitisn THANK YOU SO MUCHHH
@funwithbee8700
@funwithbee8700 Год назад
sir, if the table on my question paper is in pixels, can i put my style attributes in percent?
@funwithbee8700
@funwithbee8700 Год назад
i use expression web but i need help
@paphitisn
@paphitisn Год назад
No. If the paper is in pixels then you must use pixels
@funwithbee8700
@funwithbee8700 Год назад
@@paphitisn so if the cell of the table is 500px, I can’t use “style width=100% height=100%”, I should use “style width=500px”
@paphitisn
@paphitisn Год назад
@@funwithbee8700 if the question paper wxpresses the dimenssions in pixels you must use pixels. If it expresses the dimenssions in % then you must use %
@funwithbee8700
@funwithbee8700 Год назад
@@paphitisn thankyou sir
@ahmadydydxd
@ahmadydydxd 7 месяцев назад
You are such a good teacher Mr Nicos ❤
@paphitisn
@paphitisn 7 месяцев назад
thank you :)
Далее
DAXSHAT!!! Avaz Oxun sahnada yeg'lab yubordi
10:46
Просмотров 515 тыс.
Expression Web 4 INTRO [Cambridge 0417 ICT  IGCSE]
43:25
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Просмотров 354 тыс.
13 Things To Remove From Your Website Immediately
12:33
How Fast Can I Fill My Inbox?
13:30
Просмотров 316 тыс.
IGCSE ICT (0417) June 2023 Paper 32 Spreadsheet
17:29
Просмотров 4,2 тыс.
The HTML Tags They NEVER Taught You
7:39
Просмотров 117 тыс.