Create a simple mashup page that displays both the BBC news (https://www.bbc.com/news) and BBC Pidgin (https://www.bbc.com/pidgin) home pages. Your solution should be in a file p3.html. Note: your solution for this problem does not need to validate.
html {
box-sizing: border-box;
font-size: 100%;
}
<style>
html {
line-height: 1.15;
text-size-adjust: 100%;
}
pidgin:1
html {
box-sizing: border-box;
font-size: 100%;
}
pidgin:1
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
<style>
*, ::before, ::after {
box-sizing: inherit;
}
pidgin:1
*, *:before, *:after {
box-sizing: inherit;
}
html[Attributes Style] {
-webkit-locale: "pcm";
direction: ltr;
unicode-bidi: isolate;
}
user agent stylesheet
html {
display: block;
}
Pseudo ::before element
<style>
*, ::before, ::after {
box-sizing: inherit;
}
pidgin:1
*, *:before, *:after {
box-sizing: inherit;
}
Pseudo ::after element
<style>
*, ::before, ::after {
box-sizing: inherit;
}
pidgin:1
*, *:before, *:after {
box-sizing: inherit;
}
Comments
Leave a comment